runtime.mstats.last_gc_nanotime (field)
3 uses
	runtime (current package)
		mgc.go#L614: 		lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
		mgc.go#L1103: 	atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
		mstats.go#L43: 	last_gc_nanotime uint64 // last gc (monotonic time)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)